@charset "utf-8";
.fp-tableCell { padding-top: 130px; vertical-align: top; }
/* cursor */
.cursor { position: fixed; width: 0; height: 0; margin: -10px 0 0 -10px; border-radius: 50%; will-change: transform; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; pointer-events: none; z-index: 10000; justify-content: center; align-items: center; width: 0; height: 0; color: #fff; border: 1px solid #fff; display: flex; transition: all ease .2s; opacity: 0; letter-spacing: 2px; }
.cursor:after { content: '◀'; position: absolute; left: -30px; top: 50%; font-size: 12px; transform: translateY(-50%); }
.cursor:before { content: '▶'; position: absolute; right: -30px; top: 50%; font-size: 12px; transform: translateY(-50%); }
.cursor.on { width: 100px; height: 100px; opacity: 1; }
/* common */
.main-tit { margin-bottom: 80px; position: relative; }
.main-tit h3 { font-size: 30px; padding-left: 40px; color: #111; line-height: 1.4; opacity: 0; }
.main-tit p { font-size: 18px; color: #eb2a2e; font-weight: 600; margin-bottom: 20px; overflow: hidden; opacity: 0; }
.main-tit .more-btn { position: absolute; right: 40px; bottom: 5px; color: #111 }
.more-btn { position: relative; padding-bottom: 3px; font-weight: 500; font-size: 16px; display: inline-block; color:#fff; }
.more-btn:before { content: ''; width: 100%; height: 2px; background: #eb2a2e; position: absolute; right: 0; bottom: 0; transition: all ease .6s; }
.more-btn i { font-style: normal; margin-left: 15px; transition: all ease .3s; }
.more-btn:hover i { margin-left: 30px; }
.more-btn:hover:before { width: 0; }
#index .section.active .main-tit h3 { opacity: 1; transition: all ease 3s; transition-delay: 1s; }
#index .section.active .main-tit p { opacity: 1; transition: all ease 3s; }
/* intro */
.cover { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; }
.cover .videobox { width: 100%; height: 100%; position: relative; background: #000; overflow: hidden; }
.cover .videobox video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; object-fit: cover; /*min-width:100%; max-width:none; height: 130%;  position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); */ z-index: 1; }
/* full section 1 */
.full-visual .fp-tableCell { padding-top: 0; }
.full-visual .visual-tit { color: #fff; width: 100%; text-align: center; position: absolute; top: 50%; left: 0; z-index: 2; transform: translateY(-50%); }
.full-visual .visual-tit h2 { font-size: 75px; line-height: 1; }
.full-visual .visual-tit span { line-height: 1; opacity: 0; transition: all ease 3s; }
.full-visual .visual-tit span:nth-of-type(1) { transition-delay: 1s; }
.full-visual .visual-tit span:nth-of-type(2) { transition-delay: 2s; }
.full-visual .visual-tit span:nth-of-type(3) { transition-delay: 3s; }
.full-visual .visual-tit span:nth-of-type(4) { transition-delay: 4s; }
.full-visual .visual-tit span:nth-of-type(5) { transition-delay: 5s; }
.full-visual .visual-tit h2 b { line-height: 1; vertical-align: baseline; color: #fff; }
.full-visual .visual-tit p { font-size: 26px; line-height: 1.4; margin-top: 40px; font-weight: 300; }
.full-visual .videobox { width: 100%; height: 100%; position: relative; background: #000; overflow: hidden; }
.full-visual .videobox video { width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; object-fit: cover; /*min-width:100%; max-width:none; height: 120%;  position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);*/ z-index: 1; opacity: .8; }
.full-visual .videobox img { width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; object-fit: cover; /*min-width:100%; max-width:none; height: 120%;  position:absolute; left:50%; top:50%; transform:translate(-50%, -50%);*/ z-index: 1; opacity: .8; }
.visual-slider { height: 100vh }
.visual-slider .swiper-slide-active .visual-tit span { opacity: 1; }
.visual-slider .swiper-slide-active .visual-tit h2 b { animation: color-change .3s; animation-fill-mode: both; }
.visual-slider .swiper-slide.slide01 .visual-tit h2 b { animation-delay: 5s; }
.visual-slider .swiper-slide.slide02 .visual-tit h2 b { animation-delay: 3s; }
.visual-slider .swiper-slide.slide03 .visual-tit h2 b { animation-delay: 4s; }
.visual-slider .swiper-slide.slide04 .visual-tit h2 b { animation-delay: 3s; }
@keyframes color-change {  from {
 color: #fff;
}
to { color: #DAC2B8; }
}
.visual-slider { position: relative; }
.visual-slider .swiper-button-next:after, .visual-slider .swiper-button-prev:after { font-size: 12px; color: #fff; }
.visual-slider .pagination-container { z-index: 2; position: absolute; left: 4%; bottom: 50px; width: 160px; height: 40px; }
.visual-slider .swiper-pagination { color: #fff; font-size: 14px; font-weight: 600; display: flex; align-items: center; justify-content: center; }
.visual-slider .swiper-pagination span { margin: 0 10px; letter-spacing: 0; font-weight: 500; }
.visual-slider .swiper-pagination-total { opacity: .5 }
.visual-slider .pause-container { position: absolute; right: -20px; top: 12px; }
.visual-slider .pause-container i { color: #fff; cursor: pointer; }
.visual-slider .pause-container .swiper-button-play { display: none; }
.index #fp-nav { right: 10px; }
.index #fp-nav ul li a span { background: #fff; }
.index #fp-nav ul li .fp-tooltip { font-family: inherit; letter-spacing: 2px; font-weight: 600; line-height: 1.2; }
.index #fp-nav ul li { margin: 20px; }
.index #fp-nav ul li a.active span, .index #fp-nav ul li:hover a.active span { background: transparent; border: 1px solid #fff; }
.index #fp-nav.black ul li .fp-tooltip { color: #111; }
.index #fp-nav.black ul li a span { background: #111; }
.index #fp-nav.black ul li a.active span, .index #fp-nav.black ul li:hover a.active span { background: transparent; border: 1px solid #111; }
/* full section 2 */
.full-service { background: #232429 url("../../images/probg.jpg") repeat center center; color: #fff; }
.full-service .main-tit p { color: #fff; }
.full-service .main-tit .more-btn { color: #fff; }
.full-service .main-tit h3 { color: #fff; }
.full-service a { color: #fff; }
.full-service .swiper-container { width: 90%; margin: 0 auto; }
.full-service .swiper-slide { position: relative; }
.full-service .swiper-slide img { /*    transform:skew(5deg,0deg);
    -moz-transform:skew(5deg,0deg);
    -webkit-transform:skew(5deg,0deg);*/
border-radius: 20px; }
.full-service .service-tit { position: absolute; left: 50px; bottom: 50px; z-index: 100; }
.full-service .service-tit p { font-size: 26px; font-weight: 600; line-height: 1; }
.full-service .service-tit small { font-size: 18px; display: block; font-weight: 500; margin-bottom: 10px; }
.full-service .service-slider a { display: block; position: relative; }
.full-service .service-slider a video { position: absolute; left: 0; z-index: -1; pointer-events: none; }
.full-service .service-slider a:hover video { position: absolute; z-index: 2; }
/* full section 3 */
.full-project { background: #232429 url(../../images/projbg.jpg) repeat top center; background-size: cover; color: #fff; }
.full-project .main-tit p { color: #fff; }
.full-project .main-tit h3 { color: #fff; }
.full-project .more-btn { color: #fff; }
.main-project-list-container { position: absolute; bottom: 0px; left: 0px; right: 0px; height: 60%;/*padding-top: 32%;*/
}
.accordion-wrapper { overflow: hidden; position: absolute; top: 0; left: 0; right: 0; height: 100%; }
.accordion-bg-list-container { height: 100%; }
.accordion-bg-list { position: relative; height: 100%; }
.accordion-bg-list .accordion-bg-item { position: absolute; top: 0px; width: 25%; height: 100%; overflow: hidden; opacity: 0; }
.accordion-bg-list .accordion-bg-item:nth-child(1) { left: 0%; }
.accordion-bg-list .accordion-bg-item:nth-child(2) { left: 25%; }
.accordion-bg-list .accordion-bg-item:nth-child(3) { left: 50%; }
.accordion-bg-list .accordion-bg-item:nth-child(4) { left: 75%; }
.accordion-bg-list .accordion-bg-item .accordion-inner { display: block; position: relative; width: 100%; height: 100%; margin: 0; background-size: cover !important; }
.accordion-bg-list .accordion-bg-item .accordion-outer { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 1; background-size: cover !important; transition: opacity 0.2s ease, transform 0.2s ease; ; }
.accordion-bg-list .accordion-bg-item.active { z-index: 1; }
.accordion-bg-list .accordion-bg-item.active .accordion-inner { transform: scale(1.1) rotate(0.002deg); transition: transform 5s ease-in-out }
.accordion-bg-list .accordion-bg-item.active .accordion-outer { opacity: 0; transform: scale(1.05) rotate(0.002deg); z-index: 0; }
.accordion-over-container { position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 2; }
.accordion-over-list { position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; }
.accordion-over-item { float: left; position: relative; width: 25%; height: 100%; }
.accordion-over-item .accordion-inner-con { position: relative; display: block; height: 100%; overflow: hidden; }
.accordion-over-item:before { position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ""; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.accordion-over-item .accordion-off-tit-box { position: absolute; right: 60px; bottom: 40px; font-size: 24px; text-align: right; font-weight: 600; overflow: hidden; color: #fff; text-transform: capitalize;}
.accordion-over-item .accordion-detail-con { position: absolute; right: 60px; bottom: 70px; text-align: right; font-weight: 600; overflow: hidden; }
.accordion-over-item .accordion-detail-con p { color: #fff; font-size: 36px; }
.accordion-over-item .accordion-detail-con .projcont { font-size: 16px; font-weight: 400; color: #fff; margin-bottom: 40px; margin-top: 20px; padding-left: 60px; }
.accordion-over-item .accordion-detail-con .more-btn { color: #fff; }
@media all and (min-width:1281px) {
.accordion-over-item { background: none !important; }
}
/* full section 4 */
.full-news { background: rgba(27,27,27,0.8) url('../../images/newsbg.jpg') repeat center center; background-size: cover; }
.full-news .fp-tableCell { vertical-align: middle; }
.full-news .main-tit p { margin-bottom: 50px; color: #fff; }
.full-news .main-tit h3 { color: #fff; }
.full-news .main-tit .more-btn { color: #fff; }
.full-news .news-slider { overflow: hidden; padding: 20px 50px; margin: 0 -50px; position: relative; }
.full-news .news-slider .swiper-slide { padding: 40px; min-height: 290px; position: relative; }
.full-news .news-slider .swiper-slide:before { content: ''; width: 0; height: 2px; background: #eb2a2e; position: absolute; left: 0; top: 0; z-index: -1; transition-delay: 0s; }
.full-news .news-slider .swiper-slide:after { content: ''; width: 2px; height: 0; background: #eb2a2e; position: absolute; right: 0; top: 0; z-index: -1; transition-delay: 0s; }
.full-news .news-slider .swiper-slide > a:before { content: ''; width: 0; height: 2px; background: #eb2a2e; position: absolute; right: 0; bottom: 0; z-index: -1; transition-delay: 0s; }
.full-news .news-slider .swiper-slide > a:after { content: ''; width: 2px; height: 0; background: #eb2a2e; position: absolute; left: 0; bottom: 0; z-index: -1; transition-delay: 0s; }
@media screen and (min-width:769px) {
.full-news .news-slider .swiper-slide:hover:before { width: 100%; transition: all linear .3s; transition-delay: 0s; }
.full-news .news-slider .swiper-slide:hover:after { height: 100%; transition: all linear .3s; transition-delay: .3s; }
.full-news .news-slider .swiper-slide:hover > a:before { width: 100%; transition: all linear .3s; transition-delay: .6s; }
.full-news .news-slider .swiper-slide:hover > a:after { height: 100%; transition: all linear .3s; transition-delay: .9s; }
.full-news .news-slider .swiper-slide:hover .subj { -webkit-line-clamp: 2; }
.full-news .news-slider .swiper-slide:hover p { -webkit-line-clamp: 3; }
.full-news .news-slider .swiper-slide:hover { padding: 20px 40px 40px; }
.full-news .news-slider .swiper-slide:hover .date { font-size: 52px; margin-top: -65px; background: #eb2a2e; color: #fff; padding: 10px 15px; border-radius: 15px; }
.full-news .news-slider .swiper-slide:hover .date span { opacity: 0; }
}
.full-news .news-slider p { color: #aaa; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4em; }
.full-news .news-slider .date { display: inline-block; /*background: #f9f8f8;*/
color: #eb2a2e; font-size: 42px; font-weight: 600; line-height: 1; padding: 0 5px; margin-left: -5px; text-align: center; transition: all linear .2s; }
.full-news .news-slider .date span { color: #aaa; font-size: 13px; font-weight: 400; display: block; letter-spacing: 0; }
.full-news .news-slider .subj { color: #fff; font-size: 20px; font-weight: 700; margin: 30px 0 15px; -webkit-line-clamp: 1; }
.full-news .news-slider .swiper-button-prev:after, .full-news .news-slider .swiper-button-next:after { font-size: 32px; }
.full-news .news-slider .swiper-button-prev { left: 0; color: #111; }
.full-news .news-slider .swiper-button-next { right: 0; color: #111; }
/* full section 5 */

.full-inquiry { background: url(../../images/inquerybg.jpg); background-position: center center; background-size: 100% 100%; }
.full-inquiry .main-tit p { margin-bottom: 50px; color: #fff; }
.full-inquiry .main-tit h3 { color: #fff; }
.full-inquiry .main-tit span { margin-bottom: 50px; margin-top: 50px; padding-left: 40px; padding-bottom: 40px; color: #fff; font-weight: 400; }
.full-inquiry .main-tit .more-btn { position: absolute; right: 40px; bottom: 5px; color: #fff; }
.full-inquiry .fp-tableCell { vertical-align: middle; }
.full-inquiry .inner { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: start; }
.full-inquiry .main-tit { width: 35%; }
.full-inquiry .inquiry-form { width: 58%; display: flex; justify-content: space-between; flex-wrap: wrap; }
.full-inquiry .inquiry-form input::placeholder {
 color: #aaa;
}
.full-inquiry .inquiry-form dl { margin: 15px 0; width: 48.5%; }
.full-inquiry .inquiry-form dl.title { width: 100%; }
.full-inquiry .inquiry-form dl.content { width: 100%; }
.full-inquiry .inquiry-form dt { color: #fff; font-weight: 700; font-size: 18px; position: relative; z-index: 2; margin: 0 0 -15px; padding: 0 20px; }
.full-inquiry .inquiry-form textarea, .full-inquiry .inquiry-form select, .full-inquiry .inquiry-form input[type="text"] { background: rgba(27,27,27,0.8); width: 100%; padding: 0 20px; height: 80px; font-size: 15px; color: #fff; border: none; box-shadow: 3px 3px 30px 3px rgba(0, 0, 0, 0.1); outline: none; }
.full-inquiry .inquiry-form select { background: rgba(27,27,27,0.8) url('../../images/select_arr.png') no-repeat center right 20px; }
.full-inquiry .inquiry-form textarea { height: 150px; padding: 20px; }
.full-inquiry .inquiry-bt { display: flex; justify-content: space-between; align-items: start; width: 100%; flex-wrap: wrap; margin-top: 20px; }
.full-inquiry .send-btn { width: 100%; max-width: 200px; }
.full-inquiry .send-btn button { background: #eb2a2e; color: #fff; border: none; font-size: 16px; font-weight: 700; padding: 20px; display: block; width: 100%; }
/******************************************** responsive ********************************************/
@media screen and (max-width:820px) {
.fp-section.fp-table, .fp-slide.fp-table { height: auto !important; }
.fp-tableCell { padding: 80px 0; height: auto !important; }
.full-visual .fp-tableCell { padding-bottom: 0; }
.full-service .fp-tableCell { padding-bottom: 0; }
.sec-footer .fp-tableCell { padding-bottom: 0; }
.fp-section.fp-table.full-visual { height: 100vh !important; }
.main .cover { display: none !important; }
.main-tit { margin-bottom: 40px; }
.main-tit p { font-size: 14px; opacity: 1; }
.main-tit h3 { font-size: 20px; padding: 0 20px; opacity: 1; }
.main-tit h3 br { display: none }
.more-btn { font-size: 14px; }
.more-btn i { margin-left: 10px; }
.main-tit .more-btn { position: relative; margin: 20px 0; margin-left: 20px; right: auto; bottom: auto; }
.full-visual .visual-tit h2 { font-size: 30px; }
.full-visual .visual-tit p { font-size: 16px; margin-top: 30px; }
.full-service .service-tit { left: 20px; bottom: 30px; }
.full-service .service-tit p { font-size: 24px; }
.full-service .service-tit small { font-size: 14px; }
.full-project .project-tit { right: 30px; }
.full-project .fp-tableCell { padding-bottom: 0; }
.main-project-list-container { position: relative; padding-top: 0; top: auto; bottom: auto; }
.accordion-wrapper, .accordion-over-container, .accordion-over-list { position: relative; }
.accordion-over-item { width: 100%; height: 200px; background-size: cover !important; }
.accordion-over-item:before { display: none; }
.accordion-over-item a:before { position: absolute; left: 0; right: 0; top: auto; height: 200%; bottom: 0; content: ""; background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%); background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}
.accordion-over-item .accordion-off-tit-box { right: 30px; bottom: 30px; font-size: 20px; }
.full-news { overflow: hidden; }
.full-news .main-tit p { margin-bottom: 20px; }
.full-news .news-slider { padding: 40px 40px 0; margin: 0 -20px }
.full-news .news-slider .swiper-slide { padding: 20px 30px 40px; min-height: auto; }
.full-news .news-slider .swiper-slide > a:before, .full-news .news-slider .swiper-slide:before { width: 100%; }
.full-news .news-slider .swiper-slide > a:after, .full-news .news-slider .swiper-slide:after { height: 100%; }
.full-news .news-slider .swiper-slide .date { font-size: 52px; margin-top: -65px; }
.full-news .news-slider .subj { margin: 0 0 20px; }
.full-news .news-slider .swiper-slide .subj { -webkit-line-clamp: 1; min-height: auto; font-size: 16px; }
.full-news .news-slider .swiper-slide p { -webkit-line-clamp: 2; min-height: 42px; font-size: 14px; }
.full-news .news-slider .swiper-button-prev { left: 5px; }
.full-news .news-slider .swiper-button-next { right: 5px; }
.full-news .news-slider .swiper-button-prev:after, .full-news .news-slider .swiper-button-next:after { font-size: 20px; }
.full-inquiry .main-tit { width: 100%; }
.full-inquiry .main-tit p { margin-bottom: 20px; }
.full-inquiry .inquiry-form { width: 100%; }
.full-inquiry .inquiry-form dl { width: 100%; margin: 10px 0; }
.full-inquiry .inquiry-form dt { font-size: 16px; }
.full-inquiry .inquiry-form textarea { height: 120px; }
.full-inquiry .inquiry-form select, .full-inquiry .inquiry-form input[type="text"] { height: 60px; }
.full-inquiry .send-btn { margin: 40px auto 0; }
.full-inquiry .send-btn button { padding: 15px; }
}
.full-service .swiper-container { overflow-x: hidden; overflow-y: hidden; }
